New owners now can be created properly.
[RRRRHHHH_Code] / ruralHouses client / src / common / AccountInterface.java
index cb53684..9d489d4 100644 (file)
@@ -9,7 +9,7 @@ import domain.Owner;
 public interface AccountInterface extends Remote{
        
 
-       public boolean addAccount(Account ac) throws RemoteException;
+       public boolean addAccount(int index) throws RemoteException;
        
        public boolean removeAccount(Account ac) throws RemoteException;
 }